Removed the x_set and y_set arguments. Now they are always on and start
authorFederico Mena Quintero <federico@helixcode.com>
Sat, 22 Jan 2000 21:18:17 +0000 (21:18 +0000)
committerArturo Espinosa <unammx@src.gnome.org>
Sat, 22 Jan 2000 21:18:17 +0000 (21:18 +0000)
commit72ee1f0c5088253e68bd51d6bcc826f466b7a974
tree8edee13280c1f92b2f2b7451fbe7d97a1655f186
parentbb8a56373065c6189c5b7238f6661bbd904f5cf9
Removed the x_set and y_set arguments. Now they are always on and start

2000-01-22  Federico Mena Quintero  <federico@helixcode.com>

* gdk-pixbuf/gnome-canvas-pixbuf.c (PixbufPrivate): Removed the
x_set and y_set arguments.  Now they are always on and start with
defaults of 0.0 in units.
(gnome_canvas_pixbuf_class_init): Likewise.
(gnome_canvas_pixbuf_set_arg): Likewise.
(gnome_canvas_pixbuf_get_arg): Likewise.
(compute_viewport_affine): Likewise; always use the priv->x and
priv->y fields.

* doc/tmpl/gnome-canvas-pixbuf.sgml: Modified to reflect the
removal of the x_set/y_set arguments.
docs/reference/gdk-pixbuf/gdk-pixbuf.args
docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-unused.sgml
docs/reference/gdk-pixbuf/tmpl/gnome-canvas-pixbuf.sgml
gdk-pixbuf/ChangeLog
gdk-pixbuf/gnome-canvas-pixbuf.c